You are currently viewing Programming Basics #11 Working With Numbers

Programming Basics #11 Working With Numbers

  • Post author:
  • Post category:Videos

http://learn-share.net/programming-basics-course/
Programming Course. The basics of Programming.

Learn to code.


This statement tells javascript, create a variable, and call it, A.
And when this line of code is executed, the value of this variable, is undefined.
So in the next statement, we will set that variable to the number, 5.
Now, just remember, when you see the equal sign, remember that this is a command, is an instruction, Saying, take the value 5 and put it in the variable, A. The equal sign is the assignment operator.